home *** CD-ROM | disk | FTP | other *** search
/ Atari Forever 4 / Atari Forever 4.zip / Atari Forever 4.iso / SERIE_AI / AI_027 / CFAT_R3.LZH / archive.lzh / checkfat.prj < prev    next >
Text File  |  1995-10-19  |  556b  |  23 lines

  1. ; Projektdatei zu checkfat.ttp
  2. ; Autor: Thomas Binder
  3. ; Compiler: Pure C 1.0
  4. ; Erstellt: 23.03.1995
  5. ; Letzte Änderung: 19.10.1995
  6.  
  7. checkfat.ttp
  8. .C [ -Y ]
  9. .L [ -S=4096 ] ; Sicherheitsreserve für den Stack
  10. =
  11. crt0.o         ; Startupcode
  12. ;pcstart.o     ; wenn man keine MiNTLib hat
  13.  
  14. checkfat.c     ; Sourcecode
  15.  
  16. ;mintflt.lib    ; Nur bei -DMEMDEBUG
  17. mintlib.lib    ; MiNTLib, weglassen, wenn nötig
  18. pcstdlib.lib   ; Standardlibrary
  19. pctoslib.lib   ; TOS-Library
  20. ;memdebug.lib   ; Nur bei -DMEMDEBUG
  21.  
  22. ; Ende der Projektdatei zu checkfat.ttp
  23.